Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Attacking
Vol


Academy Student (Lvl 2)

Status: Offline
Posts: 7
Date:
Attacking


I've noticed that attacking in this game is pritty strange, it seems that if you go to attack sombody or somthing, and it moves out the way it comes up with an error saying 'could not attack blahblahblah' ect, then to use any macro again you'll have to press the alt button in near the red bar again, thus slowing you down in battle.

this makes attacking pritty damn ineffective unless you'v frozen your opponent or somthing, and even then attacking is damn slow.

__________________




Sannin (Lvl 1)

Status: Offline
Posts: 686
Date:

attacking isnt the best way too fight in this game, try using the varied jutsus

__________________
[/URL]
Cyanide & Happiness @ Explosm.net
Vol


Academy Student (Lvl 2)

Status: Offline
Posts: 7
Date:

Orange wrote:

attacking isnt the best way too fight in this game, try using the varied jutsus







Thats my point, whats the point of nin and gen clans having taijutsu if its as bad as this, Attacking should be the basic ,fast form of fighting, not just long ranged justsus and tai moves.

-- Edited by Vol at 17:38, 2007-04-13

__________________




Sannin (Lvl 1)

Status: Offline
Posts: 686
Date:

because then what would be the point of this being naruto, why not give everyone a damn sword and let them fight it out, who needs levels, all we need is a sword and the ability to swing it right?, every thing you just suggested defeats the purpose of this game being based off of an anime/manga that uses the jutsus you say we should get rid of

__________________
[/URL]
Cyanide & Happiness @ Explosm.net
Vol


Academy Student (Lvl 2)

Status: Offline
Posts: 7
Date:

I didnt say 'get rid of all jutsu's lets just have tai' I was saying attack should be useable. If you notice in naruto they dont always use ninjutsu and techniques to battle it out. I didnt say anything about levels.



__________________




Sannin (Lvl 2)

Status: Offline
Posts: 873
Date:

there's a idea post for this but you might as well close this stupid idea.



__________________
lazy, can't be assed to do stuff for people,


Sannin (Lvl 1)

Status: Offline
Posts: 686
Date:

thank you nara

__________________
[/URL]
Cyanide & Happiness @ Explosm.net


Jounin (Lvl 3)

Status: Offline
Posts: 260
Date:

if u dont like how the game is dont play.

__________________

de.firetenten02.gif



Sannin (Lvl 2)

Status: Offline
Posts: 873
Date:

defire you shold be quiet, you don't even use any tai attacks so you wouldn't know

__________________
lazy, can't be assed to do stuff for people,


Sannin (Lvl 1)

Status: Offline
Posts: 760
Date:

Are you guys idiots? There is no possible way to stop that error, think about this... Your aout to talk a guy in front of you, he moves, WHATS GOING TO HAPPEN? You miss... Byonds way of missing is saying that error, so bequite that is in aLL naruto games, and just about any game with an Attack verb


__________________
HOPPY POTTY!!!!!!!!!


Sannin (Lvl 1)

Status: Offline
Posts: 686
Date:

what bugs me, is that he said get rid of all jutsus and let this be a tai game, with out the jutsus why should we have levels, and the fact that you attack rather than use your dances proves you arent familliar with the game and should therefore sthu and do a little research before saying something stupid like that again

__________________
[/URL]
Cyanide & Happiness @ Explosm.net
Vol


Academy Student (Lvl 2)

Status: Offline
Posts: 7
Date:

Orange wrote:

what bugs me, is that he said get rid of all jutsus and let this be a tai game, with out the jutsus why should we have levels, and the fact that you attack rather than use your dances proves you arent familliar with the game and should therefore sthu and do a little research before saying something stupid like that again






As I said in my last post, I didnt mean get rid of any jutsus what so ever, and the only reason I am a kaguya is so i can actually use tai.

There is a way to get rid of that error because other games have managed to do it.

E.g Bleach las noches and several other naruto games ive played. But I'm no coder so I wouldnt know how they do this.

__________________




Jounin (Lvl 1)

Status: Offline
Posts: 155
Date:

Menzu Namiaru wrote:

Are you guys idiots? There is no possible way to stop that error, think about this... Your aout to talk a guy in front of you, he moves, WHATS GOING TO HAPPEN? You miss... Byonds way of missing is saying that error, so bequite that is in aLL naruto games, and just about any game with an Attack verb






WRONG


CODE HERE:
mob
verb/Attack()
var/mob/M
set category = "Taijutsu"
for(var/mob/S in oview(1))
if(usr.dir == 1)
if(S.y == usr.y+1&&S.x==usr.x)
M = S
if(usr.dir == 2)
if(S.y == usr.y-1&&S.x==usr.x)
M = S
if(usr.dir == 4)
if(S.x == usr.x+1&&S.y==usr.y)
M = S
if(usr.dir == 8)
if(S.x == usr.x-1&&S.y==usr.y)
M = S
if(M)
if(!M)return
attack stuff here

-- Edited by Damian at 18:01, 2007-04-13

__________________
Vol


Academy Student (Lvl 2)

Status: Offline
Posts: 7
Date:

Damian wrote:

Menzu Namiaru wrote:

Are you guys idiots? There is no possible way to stop that error, think about this... Your aout to talk a guy in front of you, he moves, WHATS GOING TO HAPPEN? You miss... Byonds way of missing is saying that error, so bequite that is in aLL naruto games, and just about any game with an Attack verb







WRONG


CODE HERE:
mob
verb/Attack()
var/mob/M
set category = "Taijutsu"
for(var/mob/S in oview(1))
if(usr.dir == 1)
if(S.y == usr.y+1&&S.x==usr.x)
M = S
if(usr.dir == 2)
if(S.y == usr.y-1&&S.x==usr.x)
M = S
if(usr.dir == 4)
if(S.x == usr.x+1&&S.y==usr.y)
M = S
if(usr.dir == 8)
if(S.x == usr.x-1&&S.y==usr.y)
M = S
if(M)
if(!M)return
attack stuff here

-- Edited by Damian at 18:01, 2007-04-13

thankyou.



__________________


Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard